home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / yk211src.lha / Yak_2.11_Src / Gael.log < prev    next >
Text File  |  1995-11-01  |  5KB  |  143 lines

  1. 16 June 1995
  2.  
  3. wbstartup/unixdirs.c: SAVEDS forgotten
  4.  
  5. 18 June 1995
  6.  
  7. Now, LastActiveWindow works also when cycling screens by clicking on screen
  8. depth gadget.
  9.  
  10. wbstartup/hotkey_actions.c: Cleaned up act_ScreenToFront() and act_ScreenToBack()
  11.                             RearMostScreen() no longer static
  12. wbstartup/main.c: Added ScreenDepthGadget() call
  13.                   Added #include "LastActiveWindow.h"
  14. wbstartup/handlers.c: Added MyScreenToFront()
  15.                       Added detection of click on screen depth gadget
  16. wbstartup/Include/handlers.h: Added proto of MyScreenToFront()
  17. wbstartup/LastActiveWindow.c: Added a few comments 
  18.                               Added ScreenDepthGadget()
  19.                               Added #include "code.h" "yak.h" and "Handlers.h"
  20. wbstartup/Include/LastActiveWindow.h:Added proto of ScreenDepthGadget()
  21.  
  22. Fortify: 
  23.  
  24. New files: Include/fortify.h Include/ufortify.h fortify.c
  25.  
  26. Added AllocVec/FreeVec tracing to fortify.
  27. Prefs/main.c: Added fortify calls under conditional compilation.
  28.  
  29.  
  30. ----------------------
  31.                                                        
  32. 9 July 1995
  33.  
  34. wbstartup/FullWorkbench.c: Bug fixed in 'Full Workbench' feature, Yak was confused by 
  35.                            other backdrop windows than workbench's one.
  36. ----------------------
  37.                                                        
  38. 15 July 1995
  39.  
  40. Include/Yak.h: Moved priorities definitions to wbstartup/Include/pri.h
  41. wbstartup/Pri.c: Raised priority to 21 to avoid delay when double-clicking
  42.                  workbench windows.
  43.  
  44. ----------------------
  45.                                                        
  46. 20 July 1995
  47.  
  48. wbstartup/FullWorkbench.c: Side effect of a 2.01 fix, Yak wasn't hiding
  49.                            title screen bar when 'Full Workbench' was set.
  50.                            'Full Workbench': now Yak takes care of other
  51.                            backdrop windows like those of some title screen clocks.
  52.  
  53. wbstartup/hotkey_actions.c: 'Menu Shortcut' action, when applied twice to
  54.                             the same mutual exclude item, was toggling this item.  
  55.  
  56. ----------------------
  57.                                                        
  58. 1 August 1995
  59.  
  60. wbstartup/Pri.c: Priority down to 5.
  61. wbstartup/hotkey_actions.c: 'Screen To Back' hotkey action works again.
  62.                             'Menu Shortcut' action, mutual exclude should work now
  63.  
  64. ----------------------
  65. 9 August 1995
  66.  
  67. Prefs/Include/MouseCycling_Window.h: wrong declaration of MouseCyclingObjects[].
  68.  
  69. Prefs/Include/Misc_Window.h: wrong declaration of MiscObjects[].
  70.  
  71. Prefs/MUI/Options_Window.c:  532 Warning 94: uninitialized auto variable "ID"
  72.  
  73. Prefs/MUI/Hotkey_Window.c: Removed ',' in DoMethod(LV_HotKeys, MUIM_List_Clear,);
  74.  
  75. ----------------------
  76. 10 August 1995
  77.  
  78. handlers.c: CompatibleParseIX tries to avoid addressing odd addresses for
  79.             68000 compatibility. 
  80.             Changes tested under wb 2.04.
  81.  
  82.  
  83. ----------------------
  84. 13 August 1995
  85.  
  86. handlers.c: In case of wb windows, added a 5 ticks delay before sending
  87.             window to back/front so that wb has time to do its job and
  88.             doesn't conflict with Yak resulting in a very noticable delay
  89.             (about 1 s).
  90.             Don't call WindowToFront() when window is already at front.
  91.  
  92. -----------------------
  93. 15 August 1995
  94.  
  95. handlers.c: depthscreen signal was not allocated !
  96.  
  97. hotkey_types.c
  98. Include/hotkey_types.h 
  99. wbstartup/hotkey_actions.c: New option for InsertText: delay between 2
  100. chars
  101.  
  102. -----------------------
  103. 17 August 1995
  104.  
  105. handlers.c:
  106. Include/yak.h: added DMA blanker
  107.  
  108. settings.c: added config of DMA blanker, incremented Yak prefs format version
  109.  
  110. -----------------------
  111. 19 August 1995
  112.  
  113. Prefs/Gadtools/Blank_window.c:
  114.         Choosing 'None'as mouse blanking method now disables Mouse TimeOut
  115.         gadget. 
  116.         Added GD_SBMethod gadget. 
  117.  
  118. Prefs/Include/GUI.h:
  119. Prefs/Include/Blank_Window.h:
  120.         Added GD_SBMethod gadget. 
  121.  
  122. locale/yak.cd: new strings
  123.  
  124. -----------------------
  125. 18 October 1995
  126.  
  127. WBStartup/Hotkey_actions.c:
  128.         Fixed a memory leak in act_CycleWindows(), didn't call FreeVec()
  129.  
  130. WBStartup/UnixDirs.c:
  131.         Filenames like 'hello....' were badly translated into 'hello../'
  132.  
  133. SMakefile updated for CapShift.
  134.  
  135. -----------------------
  136. 1 November 1995
  137.  
  138. Handlers.c: in case of DMA blanker, forgot to put blanked to FALSE in
  139.        UnBlankScreen() 
  140.        IntuiOp, forgot to set back to normal priority
  141.  
  142. WBStartup/Pri.c:
  143.        Set alternate priority to 11 instead of 21.